Contents
The Python API is compatible with python 3.x. It provides all the GUI’s features and more.
Two options are available for installing the Python API:
Via the NeurEco GUI: Click on Python drop-list in the GUI and select Install NeurEco package to python. A window containing all the python environments found on the machine will appear. Select the environment to add NeurEco wrapper to it, and click on Install package. This will automatically install the python API for the chosen distribution.
Via the installation scripts: run the Install.py script that comes with the Python package (this will install it in the environment used to run the installation script).
Note
The Python API uses NumPy Python library. Make sure it is installed in the used environment.
Note
The GUI functionality Export NeurEco to Python (see, for example, Export Tabular Regression from the GUI to the Python API) facilitates the initial transition from the usage of NeurEco with the GUI to its usage with the Python API.